diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-18 07:52:02 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-18 07:52:02 +0000 |
| commit | 48a2255bfc45ffcfb0b39ffefdd57cbacf8b36df (patch) | |
| tree | 0c88b7c126138233875e8d372a4e999e49c38a62 /app/[lng] | |
| parent | 2ef02e27dbe639876fa3b90c30307dda183545ec (diff) | |
(대표님) 파일관리변경, 클라IP추적, 실시간알림, 미들웨어변경, 알림API
Diffstat (limited to 'app/[lng]')
| -rw-r--r-- | app/[lng]/partners/(partners)/system/layout.tsx | 6 | ||||
| -rw-r--r-- | app/[lng]/qna/layout.tsx | 18 | ||||
| -rw-r--r-- | app/[lng]/qna/page.tsx | 8 |
3 files changed, 3 insertions, 29 deletions
diff --git a/app/[lng]/partners/(partners)/system/layout.tsx b/app/[lng]/partners/(partners)/system/layout.tsx index 54330176..66f0f9cc 100644 --- a/app/[lng]/partners/(partners)/system/layout.tsx +++ b/app/[lng]/partners/(partners)/system/layout.tsx @@ -29,15 +29,15 @@ export default async function SettingsLayout({ { title: "사용자", - href: `/${lng}/evcp/system`, + href: `/${lng}/partners/system`, }, { title: "Roles", - href: `/${lng}/evcp/system/roles`, + href: `/${lng}/partners/system/roles`, }, { title: "권한 통제", - href: `/${lng}/evcp/system/permissions`, + href: `/${lng}/partners/system/permissions`, }, ] diff --git a/app/[lng]/qna/layout.tsx b/app/[lng]/qna/layout.tsx deleted file mode 100644 index 87651e92..00000000 --- a/app/[lng]/qna/layout.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import { ReactNode } from 'react'; - - -export default function EvcpLayout({ children }: { children: ReactNode }) { - return ( - <div className="relative flex min-h-svh flex-col bg-background"> - <main className="flex flex-1 flex-col"> - <div className='container-wrapper'> - <div className="container flex-1 items-start md:grid md:grid-cols-[220px_minmax(0,1fr)] md:gap-6 lg:grid-cols-[240px_minmax(0,1fr)] lg:gap-10"> - {children} - </div> - - </div> - - </main> - </div> - ); -}
\ No newline at end of file diff --git a/app/[lng]/qna/page.tsx b/app/[lng]/qna/page.tsx deleted file mode 100644 index 10280464..00000000 --- a/app/[lng]/qna/page.tsx +++ /dev/null @@ -1,8 +0,0 @@ - -export default function Pages() { - return ( - <> - qna - </> - ) - }
\ No newline at end of file |
